home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / LISP / AUTOCLAS / VERSION-.TEX (.txt) < prev   
LaTeX Document  |  1990-07-17  |  2KB  |  36 lines

  1.     AUTOCLASS VERSION 3.0.1 RELEASE NOTES
  2. ===============================================================
  3. ===============================================================
  4. Documentation: (autoclass/doc/)
  5. -------------------------------
  6.   Corrected minor typos in: reports.text, search.text, interpretations.text
  7. Programming:
  8. ------------------------------
  9.   1. I'm running in Lucid on a Sun 3.  When I ran AutoClass it bombed on
  10.      calls to MAKE-PATHNAME because the :directory argument must be a list.
  11.     changes to autoclass/load-ac.lisp & autoclass/prog/sys-dcl.lisp
  12.   2. Compiling function GET-OBJECT-FROM-FILE...assembling...
  13.      the argument list does not match lambda list (LO FRONTIER)
  14.     changes made to autoclass/prog/rob-utils.lisp
  15.   3. Ported AutoClass to Macintosh Allegro CL
  16.     changes to: autoclass/load-ac.lisp and 
  17.         autoclass/prog/ -- sys-dcl.lisp, struct-globals.lisp,
  18.         utility.lisp, rob-utils.lisp, struct-data.lisp, &
  19.         model-expander-3.lisp.
  20.   4. autoclass.translations not valid for Explorer pathnames.
  21.     changes made to autoclass/sys/autoclass.translations
  22.   5. On Explorers: defsubsts comp-db-$-n-atts and comp-db-$-n-data are
  23.     used before they are defined.
  24.     changes made to autoclass/prog/struct-data.lisp
  25.   6. On Explorers: setf method for rpt-$-current-results is referenced
  26.     (by initialize-reports-from-results-pathname) but not defined.
  27.     changes made to autoclass/prog/sys-dcl.lisp
  28.   7. Ported AutoClass to NeXT Allegro CL (object files are .nfasl)
  29.     changes to autoclass/prog/sys-dcl.lisp
  30.   8. Changes to Symbolics only results user interface for 
  31.     Update command "special" processing:
  32.     changes to autoclass/ui/ -- display-window.lisp,
  33.         display-interface.lisp, & plot-pane.lisp
  34.   9. Influence value report header explanation revised.
  35.     changes to autoclass/prog/intf-reports.lisp
  36.